home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / patches / _310ptch / deldirfx / readme.txt < prev   
Text File  |  1996-07-10  |  4KB  |  77 lines

  1. This README file accompanies the DELDIRFX.NLM patch file for NetWare 386
  2. v3.10 Rev A.  The following file is included for this patch:   
  3.    
  4.         DELDIRFX NLM      1729 08-29-90  10:48a 
  5.     PATCHMAN NLM      3005 08-29-90  10:38a
  6.  
  7. DELDIRFX is a dynamic patch which is loaded at the file server console as a 
  8. NetWare Loadable Module.  This patch fixes a bug in NetWare 386 V3.10a that 
  9. would cause the server to ABEND with the message: 
  10.  
  11.             "DeleteDirectory found invalid phantom list." 
  12.  
  13. whenever an attempt was made to delete a directory which contained a certain 
  14. number of trustees assigned to it.  The number of trustees had to be greater 
  15. than eight and the binary representation for that number had to have the
  16. number two bit set.  For example, the binary representation of 10 trustees
  17. is 1010; the second bit is set in this binary number.
  18.  
  19. To implement this patch, the NetWare 386 Patch Manager (PATCHMAN.NLM) must
  20. first be loaded. 
  21.  
  22. Three types of patches can be managed with PATCHMAN:  dynamic, semi-static,
  23. and static.  Dynamic patches are .NLM files that can be loaded/unloaded while
  24. the server is running.  Unloading a dynamic patch will restore the Operating
  25. System to its original "un-patched" state.  Semi-static patches can also be
  26. loaded while the server is running, but they cannot be unloaded.  It is not
  27. possible to undo the effects of a semi-static patch without first downing the
  28. server and bringing it back up without loading the semi-static patch.  A
  29. static patch is a DOS executable program that makes changes to the SERVER.EXE
  30. file.  This type of patch is applied once and its effects are permanent.  It
  31. is suggested that static patches be applied to a copy of the SERVER.EXE file,
  32. not the original file. 
  33.  
  34. Dynamic and semi-static patches modify the Operating System in memory, not
  35. on the disk.  This means that dynamic and semi-static patches must be loaded
  36. each time the Operating System is brought up in order for any "fixes" to take
  37. effect. It is recommended that the command "LOAD <patch>" be placed in the
  38. file server's AUTOEXEC.NCF file to ensure that the patch is always in effect
  39. when the server is initially brought up.  Typing MODULES at the server
  40. console will show which dynamic patches have been loaded, but will not show
  41. semi-static or static patches. 
  42.   
  43. The Patch Manager (PATCHMAN.NLM) must be loaded before any dynamic or semi-
  44. static patches can be loaded.  If PATCHMAN is not already loaded, the
  45. <patch>.NLM will attempt to locate PATCHMAN and, if found, will load it
  46. automatically.  PATCHMAN only needs to be loaded once; all .NLM patches can
  47. then be loaded.  PATCHMAN cannot be unloaded until all patches that rely on
  48. it are first unloaded. 
  49.  
  50. To implement this patch: 
  51.  
  52. 1)      Copy PATCHMAN.NLM and the patch .NLM file to the same directory as the
  53.         other NLM files on your system (SYS:SYSTEM is suggested). 
  54.  
  55. 2)      After the system is brought up, type LOAD PATCHMAN at the console. 
  56.  
  57. 3)      LOAD the patch .NLM file. 
  58.  
  59. NOTE:   This patch and PATCHMAN.NLM will only operate on NetWare 386 v3.10a. 
  60.         Future versions of NetWare 386 will require a version of PATCHMAN 
  61.         specific to that release. 
  62.  
  63. *****************************************************************************
  64.                                  DISCLAIMER 
  65.     
  66.      Novell, Inc. makes no representations or warranties with respect to this
  67. software patch, and specifically disclaims any express or implied warranties 
  68. of merchantability or fitness for a particular purpose.  Novell's intentions 
  69. for this software patch is to provide a temporary work-around to the 
  70. anomalies described in this file.  Such work-arounds are typically addressed 
  71. in future releases of NetWare.    
  72.      Novell will not be responsible for any data loss that may result from 
  73. implementing this patch.  Novell strongly recommends a backup be made before 
  74. any patch is applied.   Technical support for this patch is provided at the 
  75. discretion of Novell.    
  76. *****************************************************************************
  77.